TreeModelT.getValist

Gets the value of one or more cells in the row referenced by @iter.

See [method@Gtk.TreeModel.get], this version takes a va_list for language bindings to use.

template TreeModelT(TStruct)
void
getValist

Parameters

iter TreeIter

a row in @tree_model

varArgs void*

va_list of column/return location pairs

Meta